MeshService_MembersInjector

@DaggerGenerated
@Generated(value = "dagger.internal.codegen.ComponentProcessor", comments = "https://dagger.dev")
class MeshService_MembersInjector : MembersInjector<T>

Functions

Link copied to clipboard
open fun create(dispatchersProvider: Provider<CoroutineDispatchers>, packetRepositoryProvider: Provider<PacketRepository>, meshLogRepositoryProvider: Provider<MeshLogRepository>, radioInterfaceServiceProvider: Provider<RadioInterfaceService>, locationRepositoryProvider: Provider<LocationRepository>, radioConfigRepositoryProvider: Provider<RadioConfigRepository>, mqttRepositoryProvider: Provider<MQTTRepository>, serviceNotificationsProvider: Provider<MeshServiceNotifications>, meshPrefsProvider: Provider<MeshPrefs>): MembersInjector<MeshService>
Link copied to clipboard
open fun injectDispatchers(instance: MeshService, dispatchers: CoroutineDispatchers)
Link copied to clipboard
open fun injectLocationRepository(instance: MeshService, locationRepository: LocationRepository)
Link copied to clipboard
open fun injectMembers(instance: MeshService)
Link copied to clipboard
open fun injectMeshLogRepository(instance: MeshService, meshLogRepository: Lazy<MeshLogRepository>)
Link copied to clipboard
open fun injectMeshPrefs(instance: MeshService, meshPrefs: MeshPrefs)
Link copied to clipboard
open fun injectMqttRepository(instance: MeshService, mqttRepository: MQTTRepository)
Link copied to clipboard
open fun injectPacketRepository(instance: MeshService, packetRepository: Lazy<PacketRepository>)
Link copied to clipboard
open fun injectRadioConfigRepository(instance: MeshService, radioConfigRepository: RadioConfigRepository)
Link copied to clipboard
open fun injectRadioInterfaceService(instance: MeshService, radioInterfaceService: RadioInterfaceService)
Link copied to clipboard
open fun injectServiceNotifications(instance: MeshService, serviceNotifications: MeshServiceNotifications)